home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / OS / FWGraphx / Include / FWGrInit.h < prev    next >
Encoding:
Text File  |  1995-11-08  |  802 b   |  33 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWGrInit.h
  4. //    Release Version:    $ 1.0d11 $
  5. //
  6. //    Copyright:    © 1993, 1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWGRINIT_H
  11. #define FWGRINIT_H
  12.  
  13. #if FW_LIB_EXPORT_PRAGMAS
  14. #pragma lib_export on
  15. #endif
  16.  
  17. #ifndef FWSTDDEF_H
  18. #include "FWStdDef.h"
  19. #endif
  20.  
  21. //========================================================================================
  22. //    Globale Functions
  23. //========================================================================================
  24.  
  25. void FW_FUNC_ATTR InitGraphic();
  26. void FW_FUNC_ATTR ShutdownGraphic();
  27.  
  28. #if FW_LIB_EXPORT_PRAGMAS
  29. #pragma lib_export off
  30. #endif
  31.  
  32. #endif
  33.